home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 December / PCpro_2003_12.ISO / files / trials / mathcad / program files / mathsoft / mathcad 11 / messages / deerr_en.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-11-26  |  5.4 KB  |  237 lines

  1. <?XML version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE MESSAGES SYSTEM "messages.dtd">
  3.  
  4. <MESSAGES>
  5.  
  6. <message>
  7. <short_name> ODEInconsistent </short_name>
  8. <text> Error in ODE block.</text>
  9. <help_topic></help_topic>
  10. </message>
  11.  
  12. <message>
  13. <short_name> ODETooManyEQ </short_name>
  14. <text> Too many equations in ODE block.</text>
  15. <help_topic></help_topic>
  16. </message>
  17.  
  18. <message>
  19. <short_name> ODENoEQ </short_name>
  20. <text> No equation specified in ODE block.</text>
  21. <help_topic></help_topic>
  22. </message>
  23.  
  24. <message>
  25. <short_name> ODECouldNotSolveForDeriv </short_name>
  26. <text> Could not extract expression for highest derivative.</text>
  27. <help_topic></help_topic>
  28. </message>
  29.  
  30. <message>
  31. <short_name> ODEInconsistentInitCond </short_name>
  32. <text> Error in initial conditions.</text>
  33. <help_topic></help_topic>
  34. </message>
  35.  
  36. <message>
  37. <short_name> ODETooFewInit </short_name>
  38. <text> Too few initial conditions.</text>
  39. <help_topic></help_topic>
  40. </message>
  41.  
  42. <message>
  43. <short_name> ODETooManyInit </short_name>
  44. <text> Too many initial conditions.</text>
  45. <help_topic></help_topic>
  46. </message>
  47.  
  48. <message>
  49. <short_name> ODEBadBlock </short_name>
  50. <text> Error in ODE block.</text>
  51. <help_topic></help_topic>
  52. </message>
  53.  
  54. <message>
  55. <short_name> ODETooManyArgs </short_name>
  56. <text> Too many arguments.</text>
  57. <help_topic></help_topic>
  58. </message>
  59.  
  60. <message>
  61. <short_name> ODETooManyPoints </short_name>
  62. <text> Error in ODE block.</text>
  63. <help_topic></help_topic>
  64. </message>
  65.  
  66. <message>
  67. <short_name> ODENoPoints </short_name>
  68. <text> No initial conditions specified.</text>
  69. <help_topic></help_topic>
  70. </message>
  71.  
  72. <message>
  73. <short_name> ODETooFewArgs </short_name>
  74. <text> Too few arguments.</text>
  75. <help_topic></help_topic>
  76. </message>
  77.  
  78. <message>
  79. <short_name> ODEBadIndepVar </short_name>
  80. <text> Invalid independent variable.</text>
  81. <help_topic></help_topic>
  82. </message>
  83.  
  84. <message>
  85. <short_name> ODECouldNotFindInitCond </short_name>
  86. <text> Could not deduce initial conditions.</text>
  87. <help_topic></help_topic>
  88. </message>
  89.  
  90. <message>
  91. <short_name> ODENoSoln </short_name>
  92. <text> No solution found.</text>
  93. <help_topic></help_topic>
  94. </message>
  95.  
  96. <message>
  97. <short_name> ODENoGiven </short_name>
  98. <text> ODE block close without matching given.</text>
  99. <help_topic></help_topic>
  100. </message>
  101.  
  102. <message>
  103. <short_name> ODECannotExtrapolate </short_name>
  104. <text> Argument outside of solution interval.</text>
  105. <help_topic></help_topic>
  106. </message>
  107.  
  108. <message>
  109. <short_name> ODEAlgInconsistentAtIP </short_name>
  110. <text> The algebraic constraints are not satisfied at
  111. the initial point. </text>
  112. <help_topic></help_topic>
  113. </message>
  114.  
  115. <message>
  116. <short_name> radau: StartSolution failed </short_name>
  117. <text> Can't converge to a solution. Encountered too 
  118. many integrator steps. </text>
  119. <help_topic></help_topic>
  120. </message>
  121.  
  122.  
  123. <!-- Messages relevant to PDEs -->
  124.  
  125. <message>
  126. <short_name> PDENoGiven </short_name>
  127. <text> PDE block close without matching given.</text>
  128. <help_topic></help_topic>
  129. </message>
  130.  
  131. <message>
  132. <short_name> PDEBadBlock </short_name>
  133. <text> Error in PDE block.</text>
  134. <help_topic></help_topic>
  135. </message>
  136.  
  137.  
  138. <message>
  139. <short_name> PDEBadInit </short_name>
  140. <text> Error in initial conditions. </text>
  141. <help_topic></help_topic>
  142. </message>
  143.  
  144. <message>
  145. <short_name> PDEICNotConsistentWithBlock </short_name>
  146. <text> The initial conditions are not consistent with
  147. the endpoints specified for the temporal range. </text>
  148. <help_topic></help_topic>
  149. </message>
  150.  
  151. <message>
  152. <short_name> PDEBadNumEQ </short_name>
  153. <text> Number of functions must match number of equations. </text>
  154. <help_topic></help_topic>
  155. </message>
  156.  
  157. <message>
  158. <short_name> PDEBadNumInit </short_name>
  159. <text> Number of functions must match number of 
  160. initial conditions. </text>
  161. <help_topic></help_topic>
  162. </message>
  163.  
  164. <message>
  165. <short_name> PDETooManyBC </short_name>
  166. <text> A given function may have at most two Dirichlet boundary
  167. conditions and two Neumann boundary conditions. </text>
  168. <help_topic></help_topic>
  169. </message>
  170.  
  171. <message>
  172. <short_name> PDEBCNotConsistentWithBlock </short_name>
  173. <text> The boundary conditions are not consistent with
  174. the endpoints specified for the spatial range. </text>
  175. <help_topic></help_topic>
  176. </message>
  177.  
  178. <message>
  179. <short_name> PDESpatialEndpointsMustBeReal </short_name>
  180. <text> 
  181. The spatial endpoints must be real numbers.
  182. </text>
  183. <help_topic></help_topic>
  184. </message>
  185.  
  186.  
  187. <message>
  188. <short_name> PDETemporalEndpointsMustBeReal </short_name>
  189. <text>
  190. The temporal endpoints must be real numbers.
  191. </text>
  192. <help_topic></help_topic>
  193. </message>
  194.  
  195.  
  196. <message>
  197. <short_name> PDETemporalEndpointsMustBeReal </short_name>
  198. <text>
  199. The temporal endpoints must be real numbers.
  200. </text>
  201. <help_topic></help_topic>
  202. </message>
  203.  
  204. <message>
  205. <short_name> PDESpatialVarMustBeId </short_name>
  206. <text>
  207. This must be a variable.
  208. </text>
  209. <help_topic></help_topic>
  210. </message>
  211.  
  212. <message>
  213. <short_name> PDETemporalVarMustBeId </short_name>
  214. <text>
  215. This must be a variable.
  216. </text>
  217. <help_topic></help_topic>
  218. </message>
  219.  
  220. <message>
  221. <short_name> PDE2ndOrderTimeNotAllowed </short_name>
  222. <text>
  223. Second-order or higher time derivatives are not allowed.
  224. </text>
  225. <help_topic></help_topic>
  226. </message>
  227.  
  228. <message>
  229. <short_name> PDE3rdOrderSpaceNotAllowed </short_name>
  230. <text>
  231. Third-order or higher spatial derivatives are not allowed.
  232. </text>
  233. <help_topic></help_topic>
  234. </message>
  235.  
  236. </MESSAGES>
  237.